home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Light ROM 1
/
LIGHT-ROM 1 (Amiga Library Services)(1994).iso
/
ffdisks
/
d994.lha
/
JukeBox
/
addcd.jb
next >
Wrap
Text File
|
1994-04-05
|
355b
|
21 lines
/* append a new disc, edit catalog, open catalog */
/* (c) copyright 1992,93 by F.J. Reichert */
edit='sc:c/se' /* insert your favourite editor here */
options results;
catalog append;
if rc = 0 then do
save;
getattr project;
cat = result;
address command;
edit cat;
address;
open cat;
exit(0);
end
say 'error appending new disc';
exit(10);